ts ignore in jsx

187

ts ignore in jsx -

<div>
  {/* 
  // @ts-ignore */}
  {doesNotExist}
</div>

Comments

Submit
0 Comments